POV-Ray : Newsgroups : povray.general : File load failure : Re: File load failure Server Time
3 Aug 2024 14:11:21 EDT (-0400)
  Re: File load failure  
From: Tim Nikias v2 0
Date: 28 Jan 2004 15:09:10
Message: <401816e6$1@news.povray.org>
> I'm trying to load a series of data points from a file, but I'm only
getting
> about half of them loaded. The data file is structured with three float
> values per line:
>
> raInDeg decInDeg zval

Well, the data needs to be

[Float] , [Float], [Float],
...
(Repeat)

There needs to be a final comma, after which there is no data anymore.

Aside of that, no clue what could cause the problem.

Regards,
Tim

-- 
"Tim Nikias v2.0"
Homepage: <http://www.nolights.de>
Email: tim.nikias (@) nolights.de


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.